github.com/jackc/pgx/v5/pgxpool.Pool.healthCheckTimer (field)
4 uses
github.com/jackc/pgx/v5/pgxpool (current package)
pool.go#L101: healthCheckTimer *time.Timer
pool.go#L473: if p.healthCheckTimer == nil {
pool.go#L476: p.healthCheckTimer = time.AfterFunc(healthCheckDelay, func() {
pool.go#L486: p.healthCheckTimer.Reset(healthCheckDelay)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)